Add smooth-scroll to GtkTextView event mask
authorDaniel Stone <daniel@fooishbar.org>
Tue, 6 Mar 2012 15:52:38 +0000 (15:52 +0000)
committerPaolo Borelli <pborelli@gnome.org>
Tue, 6 Mar 2012 20:45:09 +0000 (21:45 +0100)
commit134ef22a4e2028e689c0861b6cd1d02ada331b87
tree2fd1b57feb996b0bae1f3229bb27f5daee2d7219
parent4b05f4178a60bc6a8e1d3706c5128cad34bf106f
Add smooth-scroll to GtkTextView event mask

Without any extra supporting code, just adding GTK_SMOOTH_SCROLL_MASK to
the event mask for GtkTextView makes GEdit do the right thing and scroll
smoothly.  Lovely.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
https://bugzilla.gnome.org/show_bug.cgi?id=671488
gtk/gtktextview.c